All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.sg.AudioChannel

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.sg.SGChannel
                                   |
                                   +----quicktime.std.sg.AudioChannel

public abstract class AudioChannel
extends SGChannel
implements QuickTimeLib
Assists in importing sound into a movie. The SGChannel implements methods for a corresponding QuickTime ComponentInstance structure. Refer to SGChannel in QuickTime Components


Method Index

 o getVolume()
Allows you to determine a channel's sound volume setting.
 o setVolume(float)
Allows you to set a channel's sound volume setting.

Methods

 o setVolume
 public void setVolume(float volume) throws StdQTException
Allows you to set a channel's sound volume setting.

QuickTime::SGSetChannelVolume QuickTime::SGSetChannelVolume

Parameters:
volume - the new volume setting
 o getVolume
 public float getVolume() throws StdQTException
Allows you to determine a channel's sound volume setting.

QuickTime::SGGetChannelVolume QuickTime::SGGetChannelVolume

Returns:
the current volume setting

All Packages  Class Hierarchy  This Package  Previous  Next  Index